home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_3244 / frame_1 / DoAction.as
Text File  |  2011-06-09  |  267b  |  14 lines

  1. onEnterFrame = function()
  2. {
  3.    if(_root.cm.hitTest(this))
  4.    {
  5.       if(_root.gotoLevel5._currentframe == 1)
  6.       {
  7.          _root.stopAllSounds();
  8.          stopAllSounds();
  9.          _root.music.stop();
  10.          _root.gotoLevel5.play();
  11.       }
  12.    }
  13. };
  14.